Docs.rs
gix-hashtable-0.6.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gix-hashtable 0.6.0
A crate that provides hashtable based data structures optimized to utilize ObjectId keys
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
9
out of
9
items documented
0
out of
7
items with examples
Links
GitoxideLabs/gitoxide
9052
311
102
crates.io
Dependencies
gix-hash ^0.15.0
normal
hashbrown ^0.14.0
normal
parking_lot ^0.12.1
normal
Versions
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
Owners
Customized `HashMap` and Hasher implementation optimized for using `ObjectId`s as keys. The crate mirrors `std::collections` in layout for familiarity.